PeanutButter.RandomGenerators 1.2.373

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package PeanutButter.RandomGenerators --version 1.2.373
                    
NuGet\Install-Package PeanutButter.RandomGenerators -Version 1.2.373
                    
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="PeanutButter.RandomGenerators" Version="1.2.373" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="PeanutButter.RandomGenerators" Version="1.2.373" />
                    
Directory.Packages.props
<PackageReference Include="PeanutButter.RandomGenerators" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add PeanutButter.RandomGenerators --version 1.2.373
                    
#r "nuget: PeanutButter.RandomGenerators, 1.2.373"
                    
#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.
#:package PeanutButter.RandomGenerators@1.2.373
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=PeanutButter.RandomGenerators&version=1.2.373
                    
Install as a Cake Addin
#tool nuget:?package=PeanutButter.RandomGenerators&version=1.2.373
                    
Install as a Cake Tool

This is the random value generators slice of the PeanutButter mini-suite

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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.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 net452 is compatible.  net46 was computed.  net461 was computed.  net462 is compatible.  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.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on PeanutButter.RandomGenerators:

Package Downloads
PeanutButter.TestUtils.Entity

Contains classes to help with testing when entity and a SQL Server would be involved in production: * TestFixtureWithTempDb provides bootstrapping for tests which would use a temporary database (TempDBLocalDb) * EntityPersistenceTestFixtureBase provides helpers for the common test of persisting and recalling entities to test that mappings (automatic or manual) work as expected * DbContextExtensions adds SaveChangesWithErrorReporting(), an extension method for DbContext derivatives to provide more information within tests as to why a test is failing (such information is usually buried within the exception maze that Entity provides)

PeanutButter.TestUtils.Async

Test helpers to use in conjunction with PeanutButter.Async, allowing your tests to treat tasks as if they were run synchronously.

PeanutButter.TestUtils.MVC

Contains utilities for facilitating easier testing of MVC projects: - JsonResultExtensions let you .Get("(property name)") on JsonResults from an MVC controller action to easily fetch values from the Json result - ControllerWithContextBuilder facilitates testing of controllers which require a valid context, user, roles, etc.

PeanutButter.TestUtils.AspNetCore

Contains utilities for facilitating easier testing of AspNetCore projects: - Fakes: - HttpContext - HttpRequest - HttpResponse - HttpCookie & Collection - HttpFeature - HttpHeaderDictionary - Query - Session - WebSockets - Builders for the above - Builder for setting up controllers with all the bits-and-pieces

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
3.0.396 67 9/12/2025
3.0.395 167 9/11/2025
3.0.394 110 9/11/2025
3.0.393 136 9/10/2025
3.0.392 182 9/9/2025
3.0.391 373 8/19/2025
3.0.390 141 8/19/2025
3.0.389 756 8/1/2025
3.0.388 144 7/31/2025
3.0.387 131 7/30/2025
3.0.386 388 7/15/2025
3.0.385 184 7/15/2025
3.0.384 1,502 5/15/2025
3.0.383 323 5/14/2025
3.0.382 415 5/13/2025
3.0.381 195 5/9/2025
3.0.380 284 5/8/2025
3.0.379 261 5/7/2025
3.0.378 308 5/6/2025
3.0.377 207 5/6/2025
3.0.376 195 5/6/2025
3.0.375 199 5/6/2025
3.0.374 223 5/5/2025
3.0.373 199 5/5/2025
3.0.372 197 5/5/2025
3.0.371 207 5/5/2025
3.0.370 224 5/5/2025
3.0.369 205 5/5/2025
3.0.368 241 4/30/2025
3.0.367 209 4/30/2025
3.0.366 208 4/30/2025
3.0.365 198 4/30/2025
3.0.364 219 4/30/2025
3.0.363 205 4/30/2025
3.0.362 216 4/30/2025
3.0.361 216 4/30/2025
3.0.360 203 4/30/2025
3.0.359 216 4/30/2025
3.0.358 237 4/29/2025
3.0.357 373 4/23/2025
3.0.356 267 4/22/2025
3.0.355 376 4/17/2025
3.0.354 296 4/15/2025
3.0.353 1,201 4/4/2025
3.0.352 254 4/3/2025
3.0.351 241 4/2/2025
3.0.350 352 4/2/2025
3.0.349 565 3/18/2025
3.0.348 204 3/18/2025
3.0.347 973 3/4/2025
3.0.346 302 3/4/2025
3.0.345 282 3/4/2025
3.0.344 254 2/20/2025
3.0.343 367 2/14/2025
3.0.342 276 2/11/2025
3.0.341 204 2/10/2025
3.0.340 298 2/5/2025
3.0.339 1,169 1/7/2025
3.0.338 200 1/7/2025
3.0.337 206 1/7/2025
3.0.336 220 1/6/2025
3.0.335 366 12/17/2024
3.0.334 205 12/17/2024
3.0.333 277 12/13/2024
3.0.332 232 12/13/2024
3.0.331 227 12/12/2024
3.0.330 461 11/28/2024
3.0.329 886 11/13/2024
3.0.328 933 11/12/2024
3.0.327 212 11/12/2024
3.0.326 204 11/12/2024
3.0.325 210 11/12/2024
3.0.324 200 11/12/2024
3.0.323 2,357 11/6/2024
3.0.322 206 11/6/2024
3.0.321 1,885 10/10/2024
3.0.320 307 10/7/2024
3.0.319 405 9/18/2024
3.0.318 215 9/18/2024
3.0.317 251 9/18/2024
3.0.316 3,048 8/28/2024
3.0.315 453 8/12/2024
3.0.314 327 8/8/2024
3.0.313 226 8/8/2024
3.0.312 417 7/29/2024
3.0.311 1,281 7/17/2024
3.0.310 235 7/15/2024
3.0.309 260 7/15/2024
3.0.308 325 7/9/2024
3.0.307 219 7/9/2024
3.0.306 441 6/25/2024
3.0.305 433 6/11/2024
3.0.304 203 6/11/2024
3.0.303 361 6/5/2024
3.0.302 236 6/5/2024
3.0.301 413 5/30/2024
3.0.300 226 5/30/2024
3.0.299 266 5/30/2024
3.0.298 1,228 5/17/2024
3.0.297 260 5/17/2024
3.0.296 286 5/13/2024
3.0.295 274 5/8/2024
3.0.294 256 5/7/2024
3.0.293 1,073 4/19/2024
3.0.292 236 4/18/2024
3.0.291 1,702 4/17/2024
3.0.290 255 4/17/2024
3.0.289 311 4/15/2024
3.0.288 2,970 4/11/2024
3.0.287 629 4/5/2024
3.0.286 279 4/5/2024
3.0.285 315 4/5/2024
3.0.284 552 4/4/2024
3.0.283 274 4/4/2024
3.0.282 799 4/3/2024
3.0.281 391 4/2/2024
3.0.280 397 4/2/2024
3.0.279 309 3/25/2024
3.0.278 297 3/25/2024
3.0.277 814 3/15/2024
3.0.276 714 2/29/2024
3.0.275 434 2/28/2024
3.0.274 441 2/28/2024
3.0.273 476 2/27/2024
3.0.272 561 2/26/2024
3.0.271 2,279 2/22/2024
3.0.270 521 2/15/2024
3.0.269 477 2/15/2024
3.0.268 462 2/15/2024
3.0.267 460 2/14/2024
3.0.266 468 2/14/2024
3.0.265 776 2/13/2024
3.0.264 547 2/8/2024
3.0.263 506 2/8/2024
3.0.262 524 2/8/2024
3.0.261 524 2/8/2024
3.0.260 506 2/7/2024
3.0.259 538 2/7/2024
3.0.258 528 2/7/2024
3.0.257 557 2/7/2024
3.0.256 1,274 1/31/2024
3.0.255 4,400 1/30/2024
3.0.254 835 1/25/2024
3.0.253 697 1/24/2024
3.0.252 621 1/22/2024
3.0.251 950 1/17/2024
3.0.250 605 1/17/2024
3.0.249 615 1/16/2024
3.0.248 740 1/16/2024
3.0.247 814 1/16/2024
3.0.246 679 1/15/2024
3.0.245 729 1/11/2024
3.0.244 1,806 12/11/2023
3.0.243 729 12/11/2023
3.0.242 933 12/7/2023
3.0.241 799 12/7/2023
3.0.240 896 12/5/2023
3.0.239 793 12/5/2023
3.0.238 759 12/5/2023
3.0.237 765 12/5/2023
3.0.236 1,135 11/17/2023
3.0.235 746 11/17/2023
3.0.234 915 11/14/2023
3.0.233 785 11/14/2023
3.0.232 747 11/13/2023
3.0.231 1,003 11/9/2023
3.0.230 788 11/8/2023
3.0.229 738 11/8/2023
3.0.228 4,085 11/2/2023
3.0.227 818 11/2/2023
3.0.226 802 11/1/2023
3.0.225 791 11/1/2023
3.0.224 789 11/1/2023
3.0.223 850 10/31/2023
3.0.222 800 10/31/2023
3.0.221 809 10/31/2023
3.0.220 812 10/31/2023
3.0.219 785 10/31/2023
3.0.218 751 10/30/2023
3.0.217 782 10/30/2023
3.0.216 831 10/30/2023
3.0.215 780 10/30/2023
3.0.214 2,737 10/26/2023
3.0.213 838 10/25/2023
3.0.212 849 10/25/2023
3.0.211 796 10/24/2023
3.0.210 769 10/24/2023
3.0.209 792 10/24/2023
3.0.208 756 10/24/2023
3.0.207 828 10/23/2023
3.0.206 790 10/23/2023
3.0.205 773 10/20/2023
3.0.204 794 10/20/2023
3.0.203 796 10/20/2023
3.0.202 831 10/19/2023
3.0.201 792 10/19/2023
3.0.200 764 10/19/2023
3.0.199 807 10/19/2023
3.0.198 868 10/18/2023
3.0.197 777 10/18/2023
3.0.196 978 10/17/2023
3.0.195 868 10/13/2023
3.0.194 919 10/12/2023
3.0.193 837 10/12/2023
3.0.192 831 10/11/2023
3.0.191 834 10/11/2023
3.0.190 839 10/11/2023
3.0.189 845 10/11/2023
3.0.188 813 10/11/2023
3.0.187 795 10/11/2023
3.0.186 829 10/11/2023
3.0.185 853 10/10/2023
3.0.184 810 10/10/2023
3.0.183 845 10/9/2023
3.0.182 821 10/9/2023
3.0.181 819 10/9/2023
3.0.180 1,735 9/21/2023
3.0.179 885 9/21/2023
3.0.178 786 9/21/2023
3.0.177 2,162 9/11/2023
3.0.176 950 9/8/2023
3.0.175 885 9/8/2023
3.0.173 838 9/8/2023
3.0.172 862 9/8/2023
3.0.170 5,430 8/23/2023
3.0.169 972 8/23/2023
3.0.168 878 8/23/2023
3.0.167 1,600 8/11/2023
3.0.166 1,018 8/10/2023
3.0.165 1,095 8/7/2023
3.0.164 1,090 8/3/2023
3.0.163 1,082 7/31/2023
3.0.162 1,058 7/28/2023
3.0.161 1,008 7/28/2023
3.0.160 5,129 6/30/2023
3.0.159 1,074 6/29/2023
3.0.158 1,040 6/29/2023
3.0.157 1,056 6/28/2023
3.0.156 1,042 6/28/2023
3.0.155 1,037 6/28/2023
3.0.154 1,019 6/26/2023
3.0.153 1,087 6/22/2023
3.0.152 1,062 6/22/2023
3.0.151 1,074 6/22/2023
3.0.150 1,073 6/22/2023
3.0.149 1,054 6/22/2023
3.0.148 1,072 6/22/2023
3.0.147 1,389 6/15/2023
3.0.146 1,586 6/9/2023
3.0.145 1,178 6/6/2023
3.0.144 1,084 6/6/2023
3.0.143 1,075 6/6/2023
3.0.142 1,302 5/31/2023
3.0.141 1,074 5/31/2023
3.0.140 1,347 5/26/2023
3.0.139 1,114 5/26/2023
3.0.138 1,243 5/25/2023
3.0.137 1,108 5/25/2023
3.0.136 1,100 5/25/2023
3.0.135 1,114 5/25/2023
3.0.134 1,088 5/25/2023
3.0.133 1,234 5/24/2023
3.0.132 1,238 5/24/2023
3.0.131 1,194 5/24/2023
3.0.130 1,232 5/23/2023
3.0.129 1,231 5/22/2023
3.0.128 1,245 5/18/2023
3.0.127 1,324 5/17/2023
3.0.126 1,354 5/11/2023
3.0.125 2,306 5/5/2023
3.0.124 1,883 5/4/2023
3.0.123 1,458 5/4/2023
3.0.122 2,353 4/25/2023
3.0.121 1,352 4/25/2023
3.0.120 1,324 4/25/2023
3.0.119 1,284 4/25/2023
3.0.118 1,310 4/25/2023
3.0.117 3,417 4/24/2023
3.0.116 1,764 4/24/2023
3.0.115 1,496 4/18/2023
3.0.114 1,269 4/18/2023
3.0.113 1,311 4/18/2023
3.0.112 1,280 4/11/2023
3.0.111 1,369 4/11/2023
3.0.110 1,437 3/31/2023
3.0.109 1,416 3/29/2023
3.0.108 1,435 3/28/2023
3.0.107 4,026 3/15/2023
3.0.106 1,742 3/9/2023
3.0.105 1,407 3/9/2023
3.0.104 1,599 3/3/2023
3.0.103 1,477 3/2/2023
3.0.102 1,472 3/2/2023
3.0.101 1,524 3/1/2023
3.0.100 1,710 2/22/2023
3.0.99 1,821 2/10/2023
3.0.98 1,501 2/10/2023
3.0.97 2,235 1/24/2023
3.0.96 3,430 12/15/2022
3.0.95 1,691 12/1/2022
3.0.94 1,731 11/30/2022
3.0.93 1,629 11/30/2022
3.0.92 1,609 11/30/2022
3.0.91 1,603 11/29/2022
3.0.90 1,795 11/25/2022
3.0.89 2,656 11/17/2022
3.0.88 1,795 11/15/2022
3.0.87 1,723 11/14/2022
3.0.86 1,736 11/14/2022
3.0.85 1,711 11/14/2022
3.0.84 1,720 11/14/2022
3.0.83 1,737 11/14/2022
3.0.82 1,765 11/14/2022
3.0.81 1,754 11/14/2022
3.0.80 1,694 11/14/2022
3.0.79 2,455 11/8/2022
3.0.78 1,814 11/7/2022
3.0.77 1,737 11/7/2022
3.0.76 1,752 11/7/2022
3.0.75 1,757 11/7/2022
3.0.74 1,823 11/3/2022
3.0.73 4,303 10/31/2022
3.0.72 1,851 10/27/2022
3.0.71 1,726 10/27/2022
3.0.70 1,796 10/27/2022
3.0.69 1,851 10/27/2022
3.0.68 1,914 10/25/2022
3.0.67 2,188 10/19/2022
3.0.66 1,851 10/19/2022
3.0.65 1,882 10/19/2022
3.0.64 1,870 10/19/2022
3.0.63 1,795 10/19/2022
3.0.62 1,865 10/18/2022
3.0.61 1,964 10/13/2022
3.0.60 1,892 10/12/2022
3.0.59 1,873 10/12/2022
3.0.58 2,051 9/28/2022
3.0.57 1,915 9/28/2022
3.0.56 2,163 9/28/2022
3.0.55 2,177 9/27/2022
3.0.54 2,178 9/27/2022
3.0.53 2,138 9/27/2022
3.0.52 2,113 9/27/2022
3.0.51 2,100 9/27/2022
3.0.50 2,052 9/27/2022
3.0.49 2,179 9/27/2022
3.0.48 2,023 9/27/2022
3.0.47 2,123 9/26/2022
3.0.46 2,145 9/26/2022
3.0.45 2,092 9/26/2022
3.0.44 2,087 9/26/2022
3.0.43 2,192 9/23/2022
3.0.42 2,202 9/23/2022
3.0.41 2,172 9/22/2022
3.0.40 2,095 9/22/2022
3.0.39 2,105 9/22/2022
3.0.38 2,104 9/21/2022
3.0.37 2,085 9/21/2022
3.0.36 2,114 9/21/2022
3.0.35 3,299 9/21/2022
3.0.34 5,288 9/20/2022
3.0.33 2,195 9/19/2022
3.0.32 2,138 9/16/2022
3.0.31 2,176 9/16/2022
3.0.30 2,121 9/16/2022
3.0.29 2,128 9/16/2022
3.0.28 2,170 9/15/2022
3.0.27 2,101 9/15/2022
3.0.26 2,221 9/14/2022
3.0.25 2,249 9/14/2022
3.0.24 2,165 9/14/2022
3.0.23 2,207 9/14/2022
3.0.22 2,206 9/14/2022
3.0.21 2,255 9/14/2022
3.0.20 2,256 9/9/2022
3.0.19 2,162 9/9/2022
3.0.18 2,165 9/8/2022
3.0.17 2,212 9/6/2022
3.0.16 2,258 9/6/2022
3.0.15 2,240 9/2/2022
3.0.14 2,163 9/1/2022
3.0.13 2,160 8/31/2022
3.0.12 2,114 8/31/2022
3.0.11 2,221 8/23/2022
3.0.10 2,238 8/22/2022
3.0.9 7,131 8/22/2022
3.0.8 2,179 8/18/2022
3.0.7 2,214 8/17/2022
3.0.6 2,211 8/15/2022
3.0.5 2,086 8/15/2022
3.0.4 2,807 8/4/2022
3.0.3 2,146 8/4/2022
3.0.2 2,233 7/29/2022
3.0.1 2,298 7/27/2022
3.0.0 2,158 7/26/2022
2.0.96 2,175 7/26/2022
2.0.95 2,215 7/26/2022
2.0.94 2,213 7/25/2022
2.0.93 2,105 7/25/2022
2.0.92 2,743 7/15/2022
2.0.91 2,129 7/15/2022
2.0.90 2,215 7/14/2022
2.0.89 2,182 7/14/2022
2.0.88 2,156 7/12/2022
2.0.87 2,249 7/11/2022
2.0.86 2,238 7/11/2022
2.0.85 2,145 7/11/2022
2.0.84 2,164 7/8/2022
2.0.83 3,187 6/29/2022
2.0.82 1,762 6/29/2022
2.0.81 25,403 6/23/2022
2.0.80 1,995 6/15/2022
2.0.79 1,849 6/14/2022
2.0.78 1,834 6/14/2022
2.0.77 21,246 5/24/2022
2.0.76 48,860 5/3/2022
2.0.75 1,928 4/29/2022
2.0.74 2,217 4/19/2022
2.0.73 2,069 4/16/2022
2.0.72 2,036 4/12/2022
2.0.71 1,837 4/12/2022
2.0.70 1,979 4/7/2022
2.0.69 1,869 4/7/2022
2.0.68 1,846 4/7/2022
2.0.67 1,882 4/7/2022
2.0.66 3,905 3/15/2022
2.0.65 1,868 3/15/2022
2.0.64 1,809 3/15/2022
2.0.63 3,516 3/2/2022
2.0.62 2,208 2/22/2022
2.0.61 2,490 2/18/2022
2.0.60 1,920 2/18/2022
2.0.59 2,373 2/15/2022
2.0.58 1,927 2/9/2022
2.0.57 2,046 2/1/2022
2.0.56 1,845 2/1/2022
2.0.55 1,891 2/1/2022
2.0.54 3,652 1/28/2022
2.0.53 2,132 1/27/2022
2.0.52 2,997 1/19/2022
2.0.51 1,901 1/19/2022
2.0.50 6,023 12/2/2021
2.0.44 9,352 11/18/2021
2.0.43 2,103 11/16/2021
2.0.42 1,756 11/2/2021
2.0.41 2,313 10/20/2021
2.0.40 1,704 10/12/2021
2.0.39 1,643 10/12/2021
2.0.38 1,718 10/5/2021
2.0.37 1,731 9/21/2021
2.0.36 2,288 9/9/2021
2.0.35 1,752 9/3/2021
2.0.34 1,715 9/2/2021
2.0.33 1,830 7/21/2021
2.0.32 1,660 7/21/2021
2.0.31 1,692 7/6/2021
2.0.30 1,733 7/5/2021
2.0.29 1,882 6/30/2021
2.0.28 1,761 6/28/2021
2.0.27 4,653 6/17/2021
2.0.26 1,755 6/15/2021
2.0.25 1,734 6/14/2021
2.0.24 1,751 6/14/2021
2.0.23 1,709 6/14/2021
2.0.22 1,808 5/20/2021
2.0.21 1,774 5/18/2021
2.0.20 1,848 5/10/2021
2.0.19 1,751 5/10/2021
2.0.18 1,805 5/3/2021
2.0.17 1,811 5/3/2021
2.0.16 3,867 4/14/2021
2.0.15 1,797 4/13/2021
2.0.14 2,523 3/31/2021
2.0.13 2,014 3/25/2021
2.0.12 1,807 3/25/2021
2.0.11 2,242 2/19/2021
2.0.10 1,856 2/18/2021
2.0.9 1,822 2/18/2021
2.0.8 1,893 2/16/2021
2.0.7 1,926 2/9/2021
2.0.6 1,837 2/9/2021
2.0.5 1,906 2/3/2021
2.0.4 1,918 1/29/2021
2.0.3 1,864 1/29/2021
2.0.2 1,903 1/28/2021
2.0.1 1,877 1/27/2021
2.0.0 1,921 1/26/2021
1.2.397 1,855 1/26/2021
1.2.396 1,906 1/21/2021
1.2.395 1,860 1/20/2021
1.2.394 1,916 1/20/2021
1.2.393 1,904 1/20/2021
1.2.392 1,917 1/20/2021
1.2.391 1,934 1/19/2021
1.2.390 1,940 1/19/2021
1.2.389 1,969 1/19/2021
1.2.388 1,928 1/14/2021
1.2.387 1,807 1/14/2021
1.2.386 1,944 1/13/2021
1.2.385 1,889 1/13/2021
1.2.384 1,947 1/11/2021
1.2.383 1,877 1/8/2021
1.2.382 1,887 1/6/2021
1.2.381 1,895 1/6/2021
1.2.380 2,643 11/17/2020
1.2.379 2,088 10/21/2020
1.2.378 1,946 9/17/2020
1.2.377 2,014 9/1/2020
1.2.376 1,986 8/31/2020
1.2.375 14,451 7/13/2020
1.2.374 2,040 7/2/2020
1.2.373 2,041 7/1/2020
1.2.372 2,067 6/10/2020
1.2.371 2,031 6/10/2020
1.2.370 2,005 6/10/2020
1.2.369 1,971 6/9/2020
1.2.368 1,956 6/9/2020
1.2.367 1,961 6/9/2020
1.2.366 1,897 6/9/2020
1.2.365 1,608 6/9/2020
1.2.364 1,634 6/9/2020
1.2.363 1,627 6/9/2020
1.2.362 1,640 6/8/2020
1.2.361 1,622 6/4/2020
1.2.360 5,720 5/4/2020
1.2.359 2,001 4/27/2020
1.2.358 3,290 4/4/2020
1.2.357 4,361 3/25/2020
1.2.356 2,151 3/10/2020
1.2.355 2,010 3/10/2020
1.2.354 2,038 3/6/2020
1.2.353 2,172 3/3/2020
1.2.352 2,114 3/3/2020
1.2.351 2,052 3/2/2020
1.2.350 2,128 3/2/2020
1.2.349 2,045 3/2/2020
1.2.348 1,927 3/2/2020
1.2.347 2,008 3/2/2020
1.2.346 2,074 2/27/2020
1.2.345 2,148 2/21/2020
1.2.344 2,083 2/20/2020
1.2.343 1,980 2/20/2020
1.2.342 2,076 2/20/2020
1.2.341 2,172 2/20/2020
1.2.340 2,088 2/20/2020
1.2.339 2,062 2/20/2020
1.2.338 2,029 2/19/2020
1.2.337 2,071 2/18/2020
1.2.336 2,080 2/14/2020
1.2.335 2,131 2/6/2020
1.2.334 2,143 2/4/2020
1.2.333 2,123 2/3/2020
1.2.332 3,338 1/13/2020
1.2.331 27,983 12/17/2019
1.2.330 101,116 12/13/2019
1.2.328 2,093 12/12/2019
1.2.327 2,367 12/11/2019
1.2.326 2,047 12/10/2019
1.2.325 2,190 12/3/2019
1.2.324 1,660 11/29/2019
1.2.323 1,714 11/28/2019
1.2.322 1,707 11/28/2019
1.2.321 1,720 11/28/2019
1.2.320 1,912 11/26/2019
1.2.319 1,789 11/26/2019
1.2.318 1,755 11/22/2019
1.2.317 2,591 11/20/2019
1.2.316 1,893 10/25/2019
1.2.315 1,724 10/25/2019
1.2.314 1,794 10/23/2019
1.2.313 1,766 10/18/2019
1.2.312 1,725 10/17/2019
1.2.311 1,754 10/17/2019
1.2.310 1,745 10/17/2019
1.2.309 1,768 10/9/2019
1.2.308 1,762 10/8/2019
1.2.307 1,705 10/7/2019
1.2.306 1,680 10/4/2019
1.2.305 1,718 10/3/2019
1.2.304 2,069 10/2/2019
1.2.303 1,773 9/16/2019
1.2.302 1,782 9/16/2019
1.2.301 1,750 9/15/2019
1.2.300 1,718 9/13/2019
1.2.299 1,706 9/10/2019
1.2.298 1,740 9/6/2019
1.2.297 2,078 8/20/2019
1.2.296 1,689 8/20/2019
1.2.295 1,767 8/20/2019
1.2.294 1,738 8/20/2019
1.2.293 1,726 8/16/2019
1.2.292 2,815 7/15/2019
1.2.291 2,126 6/30/2019
1.2.290 1,701 6/28/2019
1.2.289 1,756 6/20/2019
1.2.288 1,854 6/12/2019
1.2.287 1,758 6/12/2019
1.2.286 1,785 6/11/2019
1.2.285 1,796 6/11/2019
1.2.284 1,805 6/5/2019
1.2.283 1,862 5/28/2019
1.2.282 1,822 5/25/2019
1.2.281 1,763 5/23/2019
1.2.280 1,748 5/13/2019
1.2.279 1,806 5/9/2019
1.2.278 1,709 5/9/2019
1.2.277 1,807 5/7/2019
1.2.276 1,815 5/7/2019
1.2.275 1,823 5/6/2019
1.2.274 1,849 4/26/2019
1.2.273 1,768 4/25/2019
1.2.272 1,817 4/25/2019
1.2.271 1,843 4/24/2019
1.2.270 1,814 4/24/2019
1.2.269 1,784 4/16/2019
1.2.268 1,789 4/16/2019
1.2.267 1,801 4/16/2019
1.2.266 1,786 4/12/2019
1.2.265 1,759 4/12/2019
1.2.264 1,836 4/11/2019
1.2.263 1,801 4/11/2019
1.2.262 1,796 4/10/2019
1.2.261 1,762 4/10/2019
1.2.260 1,877 4/5/2019
1.2.259 2,055 2/27/2019
1.2.258 1,809 2/27/2019
1.2.257 1,818 2/26/2019
1.2.256 12,972 2/15/2019
1.2.255 1,861 2/15/2019
1.2.254 1,897 2/5/2019
1.2.253 7,195 12/12/2018
1.2.252 1,929 11/8/2018
1.2.251 1,955 11/8/2018
1.2.250 14,174 10/11/2018
1.2.249 1,993 10/2/2018
1.2.248 2,047 9/25/2018
1.2.247 2,064 9/3/2018
1.2.246 1,973 8/28/2018
1.2.245 1,986 8/27/2018
1.2.244 2,125 8/22/2018
1.2.243 2,110 8/21/2018
1.2.242 2,101 8/17/2018
1.2.241 2,216 7/27/2018
1.2.240 2,131 7/26/2018
1.2.239 2,174 6/18/2018
1.2.238 2,151 6/14/2018
1.2.237 2,097 5/25/2018
1.2.236 2,131 5/24/2018
1.2.235 2,326 5/18/2018
1.2.234 2,111 5/3/2018
1.2.233 2,379 5/3/2018
1.2.232 2,241 4/30/2018
1.2.231 2,341 4/18/2018
1.2.230 2,441 4/10/2018
1.2.229 2,409 4/10/2018
1.2.228 2,135 4/4/2018
1.2.227 2,162 3/28/2018
1.2.226 2,131 3/22/2018
1.2.225 2,352 3/20/2018
1.2.224 2,382 3/19/2018
1.2.223 2,172 3/15/2018
1.2.222 2,405 3/14/2018
1.2.221 2,178 3/14/2018
1.2.220 2,254 2/23/2018
1.2.219 2,411 2/16/2018
1.2.218 2,413 2/9/2018
1.2.217 2,428 2/8/2018
1.2.216 2,390 2/7/2018
1.2.215 2,136 2/7/2018
1.2.214 2,322 2/5/2018
1.2.213 2,167 2/2/2018
1.2.212 2,346 1/26/2018
1.2.211 2,457 1/16/2018
1.2.210 2,188 12/18/2017
1.2.209 2,198 12/14/2017
1.2.208 2,426 12/7/2017
1.2.207 2,198 12/6/2017
1.2.206 2,222 12/4/2017
1.2.205 2,277 11/28/2017
1.2.204 2,203 11/24/2017
1.2.203 2,241 11/24/2017
1.2.202 6,946 11/24/2017
1.2.201 2,231 11/20/2017
1.2.200 2,175 11/14/2017
1.2.199 2,204 11/14/2017
1.2.198 2,263 11/6/2017
1.2.197 2,107 11/6/2017
1.2.196 2,259 10/31/2017
1.2.195 2,134 10/30/2017
1.2.194 2,269 10/26/2017
1.2.193 2,247 10/26/2017
1.2.192 2,165 10/26/2017
1.2.191 2,222 10/20/2017
1.2.190 2,231 10/18/2017
1.2.189 2,231 10/18/2017
1.2.188 2,171 10/15/2017
1.2.187 2,219 10/11/2017
1.2.186 2,186 10/11/2017
1.2.185 2,229 10/10/2017
1.2.184 2,154 10/10/2017
1.2.183 2,167 10/2/2017
1.2.182 2,185 9/29/2017
1.2.181 2,216 9/25/2017
1.2.180 2,248 9/14/2017
1.2.179 2,187 9/12/2017
1.2.178 2,252 8/31/2017
1.2.177 2,270 8/25/2017
1.2.176 2,221 8/24/2017
1.2.174 2,242 8/7/2017
1.2.173 2,182 8/7/2017
1.2.172 2,238 8/7/2017
1.2.171 2,179 8/4/2017
1.2.170 2,205 8/3/2017
1.2.169 2,278 8/3/2017
1.2.168 2,216 8/3/2017
1.2.167 2,194 8/2/2017
1.2.166 2,229 8/1/2017
1.2.165 2,274 7/26/2017
1.2.164 2,248 7/26/2017
1.2.163 2,189 7/25/2017
1.2.162 2,195 7/18/2017
1.2.161 2,221 7/18/2017
1.2.160 2,237 7/18/2017
1.2.159 2,236 7/18/2017
1.2.158 2,268 7/13/2017
1.2.157 2,221 7/13/2017
1.2.156 2,148 7/5/2017
1.2.155 2,305 6/28/2017
1.2.154 2,225 6/27/2017
1.2.153 2,303 6/20/2017
1.2.152 2,315 6/19/2017
1.2.151 2,212 6/14/2017
1.2.150 2,199 6/13/2017
1.2.149 2,238 5/31/2017
1.2.148 2,191 5/29/2017
1.2.147 2,249 5/19/2017
1.2.146 2,226 5/18/2017
1.2.145 2,305 5/18/2017
1.2.144 2,226 5/14/2017
1.2.143 2,225 5/12/2017
1.2.142 2,232 5/12/2017
1.2.141 2,246 5/5/2017
1.2.140 2,336 4/27/2017
1.2.139 2,335 2/27/2017
1.2.137 2,305 2/3/2017
1.2.136 2,251 2/3/2017
1.2.135 2,288 1/26/2017
1.2.134 2,259 1/25/2017
1.2.133 2,414 1/12/2017
1.2.132 2,316 1/11/2017
1.2.131 2,401 1/10/2017
1.2.130 2,263 1/10/2017
1.2.129 2,264 1/10/2017
1.2.128 2,276 1/10/2017
1.2.127 2,246 1/10/2017
1.2.125 2,291 1/10/2017
1.2.119 2,195 12/13/2016
1.2.118 2,220 12/12/2016
1.2.117 2,235 12/10/2016
1.2.115 2,266 12/8/2016
1.2.114 2,208 12/5/2016
1.2.112 2,349 11/29/2016
1.2.111 2,341 11/25/2016
1.2.110 2,346 11/25/2016
1.2.109 2,286 11/24/2016
1.2.108 2,285 11/24/2016
1.2.107 2,261 11/23/2016
1.2.106 4,267 11/18/2016
1.2.105 2,202 11/18/2016
1.2.104 2,318 11/18/2016
1.2.103 2,277 11/17/2016
1.2.102 2,231 11/17/2016
1.2.101 2,283 11/17/2016
1.2.100 2,269 11/16/2016
1.2.99 2,244 11/16/2016
1.2.98 2,247 11/16/2016
1.2.97 2,289 11/16/2016
1.2.96 2,221 11/16/2016
1.2.95 2,245 11/16/2016
1.2.94 2,283 11/15/2016
1.2.92 2,290 11/15/2016
1.2.91 2,237 11/15/2016
1.2.90 2,234 11/15/2016
1.2.89 2,280 11/14/2016
1.2.88 2,790 11/8/2016
1.2.87 2,459 11/8/2016
1.2.86 2,433 11/8/2016
1.2.85 2,299 11/8/2016
1.2.84 2,725 11/8/2016
1.2.83 2,426 11/7/2016
1.2.82 2,496 11/3/2016
1.2.81 2,520 11/3/2016
1.2.80 2,383 11/3/2016
1.2.79 2,349 11/2/2016
1.2.78 2,426 11/1/2016
1.2.76 2,429 11/1/2016
1.2.75 2,199 10/31/2016
1.2.73 2,266 10/28/2016
1.2.71 2,281 10/27/2016
1.2.68 2,283 10/26/2016
1.2.66 2,234 10/25/2016
1.2.65 2,239 10/24/2016
1.2.64 2,276 10/21/2016
1.2.63 2,315 10/21/2016
1.2.62 2,224 10/21/2016
1.2.61 2,288 10/20/2016
1.2.60 2,220 10/20/2016
1.2.59 2,289 10/13/2016
1.2.58 2,254 10/13/2016
1.2.57 2,260 10/13/2016
1.2.56 2,240 10/13/2016
1.2.55 2,247 10/11/2016
1.2.54 2,280 10/11/2016
1.2.53 2,263 10/10/2016
1.2.52 2,248 10/10/2016
1.2.51 2,288 9/12/2016
1.2.50 2,290 9/12/2016
1.2.49 2,261 9/7/2016
1.2.48 2,279 9/2/2016
1.2.47 2,299 5/6/2016
1.2.46 2,687 4/25/2016
1.2.45 2,521 4/25/2016
1.2.43 2,509 4/22/2016
1.2.42 2,284 4/15/2016
1.2.41 2,272 4/12/2016
1.2.40 2,285 4/11/2016
1.2.39 2,250 4/8/2016
1.2.38 2,229 4/8/2016
1.2.37 2,312 4/8/2016
1.2.36 2,362 4/8/2016
1.2.35 2,289 4/6/2016
1.2.34 2,332 4/6/2016
1.2.33 2,286 4/6/2016
1.2.32 2,229 4/6/2016
1.2.31 2,234 4/6/2016
1.2.30 2,230 4/6/2016
1.2.29 2,286 4/5/2016
1.2.28 2,261 4/5/2016
1.2.27 2,321 4/5/2016
1.2.26 2,287 4/5/2016
1.2.25 2,303 4/5/2016
1.2.24 2,288 4/1/2016
1.2.23 2,254 3/31/2016
1.2.22 2,190 3/31/2016
1.2.21 2,252 3/29/2016
1.2.20 2,300 3/25/2016
1.2.19 2,312 3/17/2016
1.2.18 2,285 3/17/2016
1.2.17 2,267 3/17/2016
1.2.16 2,325 3/17/2016
1.2.15 2,456 3/17/2016
1.2.14 2,303 3/16/2016
1.2.13 2,305 3/15/2016
1.2.12 2,281 3/15/2016
1.2.11 2,293 3/14/2016
1.2.10 2,393 3/11/2016
1.2.9 2,289 3/7/2016
1.2.8 2,287 3/6/2016
1.2.7 2,274 3/6/2016
1.2.6 2,318 3/4/2016
1.2.5 2,382 3/2/2016
1.2.4 2,189 3/2/2016
1.2.3 2,247 3/1/2016
1.2.1 2,253 2/29/2016
1.2.0 2,448 2/29/2016
1.1.45 2,177 7/28/2017
1.1.44 2,782 2/29/2016
1.1.43 2,569 2/29/2016
1.1.42 2,489 2/28/2016
1.1.41 2,707 2/26/2016
1.1.40 2,304 2/23/2016
1.1.39 2,352 2/23/2016
1.1.38 2,338 2/22/2016
1.1.37 2,240 2/22/2016
1.1.36 2,251 2/19/2016
1.1.34 2,271 2/15/2016
1.1.33 2,297 2/12/2016
1.1.32 2,505 2/11/2016
1.1.31 2,239 2/11/2016
1.1.30 2,302 2/9/2016
1.1.29 2,317 2/8/2016
1.1.28 2,341 1/29/2016
1.1.27 2,309 1/26/2016
1.1.25 2,308 1/25/2016
1.1.24 2,382 1/20/2016
1.1.23 2,274 1/20/2016
1.1.19 2,231 1/20/2016
1.1.16 2,287 1/19/2016
1.1.15 2,977 1/15/2016
1.1.14 2,578 1/15/2016
1.1.13 3,001 1/14/2016
1.1.12 2,777 1/14/2016
1.1.10 2,355 1/13/2016
1.1.9 2,359 1/12/2016
1.1.5 2,281 1/7/2016
1.1.4 2,246 1/7/2016
1.1.3 2,285 1/6/2016
1.1.2 2,314 1/6/2016
1.1.1 2,328 1/5/2016
1.1.0 2,339 1/1/2016
1.0.155 2,910 12/18/2015
1.0.154 2,328 12/17/2015
1.0.153 2,296 12/17/2015
1.0.151 2,531 12/3/2015
1.0.150 2,394 12/3/2015
1.0.149 2,417 12/3/2015
1.0.148 2,591 12/2/2015
1.0.147 2,392 12/2/2015
1.0.146 2,651 12/2/2015
1.0.145 2,296 12/2/2015
1.0.144 2,540 12/2/2015
1.0.143 2,390 12/1/2015
1.0.142 2,602 12/1/2015
1.0.140 2,617 12/1/2015
1.0.139 2,683 11/30/2015
1.0.138 2,588 11/30/2015
1.0.137 2,362 11/26/2015
1.0.136 2,364 11/25/2015
1.0.135 2,378 11/20/2015
1.0.134 2,415 11/19/2015
1.0.133 2,372 11/19/2015
1.0.132 2,465 11/19/2015
1.0.131 2,384 11/17/2015
1.0.130 2,306 11/13/2015
1.0.129 2,295 11/13/2015
1.0.128 2,247 11/13/2015
1.0.127 2,323 11/12/2015
1.0.126 2,385 11/12/2015
1.0.125 2,340 11/11/2015
1.0.124 2,269 11/11/2015
1.0.123 2,305 11/11/2015
1.0.122 2,324 11/11/2015
1.0.121 2,410 11/4/2015
1.0.120 2,342 11/3/2015
1.0.119 2,335 10/30/2015
1.0.118 2,296 10/29/2015
1.0.117 2,274 10/23/2015
1.0.116 2,301 10/20/2015
1.0.115 2,366 10/13/2015
1.0.113 2,309 10/13/2015
1.0.111 2,462 10/6/2015
1.0.110 2,498 10/6/2015
1.0.109 2,384 10/6/2015
1.0.108 2,414 10/6/2015
1.0.107 2,678 10/4/2015
1.0.106 2,416 9/25/2015
1.0.105 2,380 9/2/2015
1.0.104 2,329 8/24/2015
1.0.103 2,481 7/30/2015
1.0.102 2,719 7/30/2015
1.0.101 2,634 6/12/2015
1.0.100 2,578 6/3/2015
1.0.99 2,561 6/3/2015
1.0.98 2,540 6/3/2015
1.0.97 2,602 5/12/2015
1.0.96 2,551 5/7/2015
1.0.95 2,542 4/16/2015
1.0.94 2,410 4/16/2015
1.0.93 2,443 4/15/2015
1.0.92 2,489 4/8/2015
1.0.91 2,469 3/17/2015
1.0.90 2,412 3/10/2015
1.0.89 2,505 3/10/2015
1.0.88 2,566 2/12/2015
1.0.87 2,554 12/4/2014
1.0.86 2,595 11/14/2014
1.0.85 2,605 11/14/2014
1.0.84 2,794 11/13/2014
1.0.83 2,567 11/13/2014
1.0.82 2,674 11/12/2014
1.0.81 2,583 11/12/2014
1.0.80 2,400 10/9/2014
1.0.79 2,418 10/8/2014
1.0.78 2,387 10/7/2014
1.0.77 2,443 10/7/2014
1.0.76 2,380 9/29/2014
1.0.75 2,374 9/29/2014
1.0.74 2,383 9/3/2014
1.0.73 2,289 9/3/2014
1.0.72 2,456 8/12/2014
1.0.71 2,426 8/11/2014
1.0.70 2,457 8/11/2014
1.0.67 2,467 8/11/2014
1.0.66 2,465 8/11/2014
1.0.65 2,463 8/5/2014
1.0.64 2,410 8/4/2014
1.0.63 2,464 7/31/2014
1.0.62 2,334 7/22/2014
1.0.61 2,405 7/22/2014
1.0.60 2,308 7/22/2014
1.0.59 2,427 7/11/2014
1.0.58 2,382 7/11/2014
1.0.57 2,328 7/7/2014
1.0.56 2,355 7/1/2014
1.0.55 2,428 7/1/2014
1.0.54 2,422 7/1/2014
1.0.53 2,438 7/1/2014
1.0.52 2,428 7/1/2014
1.0.51 2,462 6/23/2014
1.0.49 2,454 6/21/2014
1.0.48 2,495 6/20/2014
1.0.47 2,535 6/21/2014
1.0.46 2,491 6/21/2014
1.0.45 2,467 6/19/2014
1.0.44 2,435 6/19/2014
1.0.43 2,376 6/19/2014
1.0.41 2,383 6/19/2014
1.0.40 2,362 6/19/2014
1.0.39 2,433 6/18/2014
1.0.38 2,433 6/18/2014
1.0.37 2,362 6/12/2014
1.0.36 2,388 6/12/2014
1.0.35 2,414 6/12/2014
1.0.32 2,452 6/12/2014
1.0.31 2,495 6/6/2014
1.0.30 2,426 6/6/2014
1.0.29 2,481 6/5/2014
1.0.28 2,446 5/8/2014
1.0.27 2,449 5/8/2014
1.0.26 2,389 5/7/2014
1.0.25 2,413 5/7/2014
1.0.24 2,360 5/7/2014
1.0.23 2,449 5/5/2014
1.0.22 2,372 5/5/2014
1.0.21 2,392 5/5/2014
1.0.20 2,624 4/30/2014
1.0.19 2,382 4/30/2014
1.0.18 2,559 4/11/2014
1.0.17 2,631 4/10/2014
1.0.16 2,691 4/10/2014
1.0.15 2,679 4/10/2014
1.0.14 2,518 4/10/2014
1.0.13 2,610 4/10/2014
1.0.12 2,550 4/2/2014
1.0.11 2,473 4/2/2014
1.0.10 2,484 4/2/2014
1.0.9 2,513 4/1/2014
1.0.8 2,566 4/1/2014
1.0.7 2,614 4/1/2014
1.0.6 2,623 4/1/2014
1.0.5 2,617 4/1/2014