Version 2.0.0
VacheTache
is a class for randomising different types of data.
Class VacheTache.FileSystem.FileSystemHelper
contains classes for creating folders and files in an easy way in automatic testing environments.
VacheTache.FileSystem.FileSystemHelper
documentation
PseudoRandom
has a slightly different raison d'ètre than VacheTache
.
Namely to not generate randomised data but determistic data. This is for instance used for automatic tests where one wants to know the input and hence output.
Technically it is really just a descendant of VacheTache
with a nifty constructor and a name that reminds of its purpose.
https://www.nuget.org/packages/VacheTache/
This library is licensed under LGPLv3+NoEvil license.
This means that you are free to use this library in your (commercial) product as long as you
- attach the code for VacheTache
- and any updates you have made to VacheTache
- and the license for VacheTache
- and not use the library with a company that sells or buys munition
- and not use the library with a company in a country that allows capital punishment
to every customer of your (commercial) product.
Your existing (commercial) product is not affected.
Most methods are ok but some are the first naïve implementation.
With that said, many of the methods have been copied to a real system where they, by the time of writing, are running. Or at least lat time I talked to them.