Cleanup & Add bedrock option

This commit is contained in:
Daniel Mills
2020-10-25 12:08:52 -04:00
parent 2b8e189966
commit c72559c31a
6 changed files with 14 additions and 28 deletions

View File

@@ -54,7 +54,7 @@ public class CNG
public ProceduralStream<Double> stream(double min, double max)
{
return new FittedStream(stream(), min, max);
return new FittedStream<Double>(stream(), min, max);
}
public static CNG signature(RNG rng)