HexagonSoftware.AddressableNoise 2021.6.15.3

dotnet add package HexagonSoftware.AddressableNoise --version 2021.6.15.3
NuGet\Install-Package HexagonSoftware.AddressableNoise -Version 2021.6.15.3
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="HexagonSoftware.AddressableNoise" Version="2021.6.15.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add HexagonSoftware.AddressableNoise --version 2021.6.15.3
#r "nuget: HexagonSoftware.AddressableNoise, 2021.6.15.3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install HexagonSoftware.AddressableNoise as a Cake Addin
#addin nuget:?package=HexagonSoftware.AddressableNoise&version=2021.6.15.3

// Install HexagonSoftware.AddressableNoise as a Cake Tool
#tool nuget:?package=HexagonSoftware.AddressableNoise&version=2021.6.15.3

Addressable Noise is a tool for generating repeatable, random-seeming noise of arbitrary structure with a logarithmic seek time.

The primary entity is an implementation of NoiseMap<AddressType, ProductType>. A noise map represents the an entire space of addressable noise. While the space appears to contain random values, the value at any given address is always the same.

The contents of NoiseMap can be accessed with instances of NoiseReader<AddressType, ProductType>. Noise maps represent the space, itself. Noise readers represent a stream of points within the noise map space.

The easiest way to create a noise map is to use the StandardNoiseMapBuilder32 or StandardNoiseMapBuild64 classes. These generate noise maps that use uint or ulong (respectively) addresses and products. The noise map readers they produce assume generally incremental access and are optimized for that assumption, although skipping around (like skipping thousands or millions of addresses), are still very fast (logarithmic time).

If a single-axis domain is insufficient, you can use the Cross<,,>() exension method to combine the readers of multiple noise maps, producing reader that mixes noise from the two spaces orthogonally.

The system is fairly extensible. You can supply other bit-widths and use different kinds of products and addresses, if you like.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETStandard 2.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2021.6.15.3 406 6/15/2021
2021.6.15.2 329 6/15/2021
2021.6.15.1 297 6/15/2021
2021.6.9.7 264 6/9/2021
2021.6.9.6 278 6/9/2021
2021.6.9.5 305 6/9/2021
2021.6.9.4 285 6/9/2021
2021.6.9.3 306 6/9/2021
2021.6.9.2 295 6/9/2021
2021.6.9.1 320 6/9/2021
2021.6.8.1 322 6/9/2021
2021.1.4.12 348 1/5/2021
2021.1.4.11 352 1/5/2021
2021.1.4.10 336 1/5/2021
2021.1.4.9 350 1/5/2021
2021.1.4.8 375 1/5/2021
2021.1.4.7 382 1/5/2021
2021.1.4.6 357 1/5/2021
2021.1.4.5 355 1/5/2021
2021.1.4.4 370 1/5/2021
2021.1.4.3 373 1/5/2021
2021.1.4.2 359 1/5/2021
2021.1.4.1 382 1/5/2021
2021.1.3.19 377 1/4/2021
2021.1.3.18 365 1/4/2021
2021.1.3.17 355 1/4/2021
2021.1.3.16 351 1/4/2021
2021.1.3.15 386 1/4/2021
2021.1.3.14 366 1/4/2021
2021.1.3.13 384 1/4/2021
2021.1.3.12 296 1/3/2021
2021.1.3.11 294 1/3/2021
2021.1.3.10 332 1/3/2021
2021.1.3.9 324 1/3/2021