# LibTmux.Testing.TmuxNameGenerator

- **Module:** LibTmux.Testing
- **Package:** LibTmux
- **Language:** .NET
- **Kind:** class
- **Source:** https://github.com/libtmux/libtmux-dotnet/blob/320dc64f4b8b7815842471327a5e6b84a1499bf8/src/LibTmux.Testing/TmuxNameGenerator.cs#L14
- **Page:** https://libtmux.org/en/dotnet/latest/reference/libtmux-testing-tmuxnamegenerator/

Makes names no other test is using.

Two tests that pick the same session name find each other's sessions, and
the failure lands in whichever ran second. A name carries enough randomness
to be unique without a round trip, and the asking variants also check with
the server for the case where something outside the test took the name.

## Members

- `TmuxNameGenerator` (method): Initializes a generator.
- `CreateSessionName` (method): Makes a session name.
- `CreateWindowName` (method): Makes a window name.
- `CreateAvailableSessionNameAsync` (method): Makes a session name the server does not already hold.
- `CreateAvailableWindowNameAsync` (method): Makes a window name the session does not already hold.
