Hi.

Le lun. 23 sept. 2019 à 22:38, Alex Herbert <alex.d.herb...@gmail.com> a écrit :
>>> [...]
>
> > isLongJumpable()
> > isJumpable()
>
> I’ve put these methods into a PR for RNG-116 [1].
>
> I’ve also added:
>
> public int getSeedByteSize()
>
> However I note that the RandomSource has factory methods to create int[] and 
> long[]

Those are used internally to create "native" type seeds

> but not byte[].

This one would not be used internally.

> Given the seed size is reported in bytes it would make sense to have:
>
> public byte[] createByteArray(int)
>
> In the seed factory methods.

Do you mean to replace/deprecate all the constructors (in
"commons-rng-core")?

Gilles

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to