SimplexProvider constructor

SimplexProvider({
  1. required int seed,
})

Implementation

SimplexProvider({required int seed}) : super(seed: seed);