mirror of
https://github.com/apache/commons-math.git
synced 2025-03-04 15:39:17 +00:00
Add since tag for inner class.
This commit is contained in:
parent
d98897b11e
commit
0351963e6b
@ -153,6 +153,8 @@ public abstract class AbstractWell extends BitsStreamGenerator implements Serial
|
|||||||
/**
|
/**
|
||||||
* Inner class used to store the indirection index table which is fixed for a given type of WELL class
|
* Inner class used to store the indirection index table which is fixed for a given type of WELL class
|
||||||
* of pseudo-random number generator.
|
* of pseudo-random number generator.
|
||||||
|
*
|
||||||
|
* @since 4.0
|
||||||
*/
|
*/
|
||||||
protected static final class IndexTable {
|
protected static final class IndexTable {
|
||||||
/** Index indirection table giving for each index its predecessor taking table size into account. */
|
/** Index indirection table giving for each index its predecessor taking table size into account. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user