Class ConcurrentCachedRVG

    • Constructor Detail

      • ConcurrentCachedRVG

        public ConcurrentCachedRVG​(RandomVectorGenerator rvg)
        Constructs a new instance which wraps the given random vector generator and uses a cache which has 8 entries per available core.
        Parameters:
        rvg - the underlying generator
    • Method Detail

      • seed

        public void seed​(long... seeds)
        Delegate to the underlying random vector generator. Note: this method is NOT thread-safe.
        Specified by:
        seed in interface Seedable
        Parameters:
        seeds - the seeds